From: Kim F. Storm Date: Wed, 27 Dec 2006 21:46:25 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~3130 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=03ebff717b5b68a497677627d9e983d4ce1baab9;p=emacs.git Fix typo in comment. --- diff --git a/src/process.c b/src/process.c index 0390d794c9e..c2ec6021ad2 100644 --- a/src/process.c +++ b/src/process.c @@ -2900,7 +2900,7 @@ usage: (make-network-process &rest ARGS) */) /* Make QCaddress an alias for :local (server) or :remote (client). */ QCaddress = is_server ? QClocal : QCremote; - /* :wait BOOL */ + /* :nowait BOOL */ if (!is_server && socktype == SOCK_STREAM && (tem = Fplist_get (contact, QCnowait), !NILP (tem))) {